/*安徽新闻网全面国防教育网CSS 2023-1 HM.CO*/
@charset "utf-8";
body, div, dl, dt, dd, ul, ol, li,h1, h2, h3, h4, h5, h6, pre, code,form,fieldset,
legend, input, button,textarea, p, blockquote {
	margin: 0;
	padding: 0;
}

body {
	color: #000;
	margin: 0px auto;
	font-family: "Microsoft YaHei";
	font-size: 14px;
	background: #fff;
	overflow-x: hidden;
}

div {
	margin: 0;
	padding: 0;
	border: 0;
}

img {
	margin: 0;
	padding: 0;
	border: 0;
}

p {
	margin: 0px;
	line-height: 1.8em
}

b,strong {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
 /* Remove most spacing between table cells.*/
}

li {
	list-style: none outside none;
}

body::-webkit-scrollbar {
	width: 10px;
	background: #ccc;
}

body::-webkit-scrollbar-thumb {
	background: #f4f5f9;
	border-radius: 10px;
}

.fl {
	float: left;
}

.fr {
	float: right;
}
/*链接*/
a {
	text-decoration: none;
	color: #626262;
	background: transparent;
	outline: none
}

/*标题*/
h1 {
	font-size: 36px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 24px;
	font-weight: normal;
}

h4 {
	font-size: 18px;
	font-weight: normal;
	color: #333;
}

h5 {
	font-size: 15px;
	font-weight: normal;
}

h6 {
	font-size: 13px;
	font-weight: normal;
}

/*表单*/
form {
	margin: 0;
}

button,select {
	text-transform: none;
}

input {
	padding: 2px;
	background-color: #FFFFFF;
	border: 1px solid #ccc;
	width: 99%;
	line-height: normal;
}

textarea {
	padding: 2px;
	color: #000000;
	background-color: #fff;
	width: 99%;
}

/*其它*/
blockquote {
	margin: 1em 40px;
}

dfn {
	font-style: italic;
}

hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}

code, kbd, pre, samp {
	font-size: 1em;
}

pre {
	margin: 1em 0;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

small {
	font-size: 80%;
}

sub,sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
 /* Prevent `sub` and `sup` affecting `line-height` in all browsers.*/
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

dl {
	margin: 1em 0;
}

dd {
	margin: 0 0 0 40px;
}

/* 分页 */
        ul.pages{margin: 30px auto;text-align: center;}
        ul.pages li.page,ul.pages li.page-previous,ul.pages li.page-next{height:25px;line-height:25px;text-align:center;font-size:16px;background:#fff;color:#000;clear: none;margin: 0 5px;padding: 0 10px;border: 1px solid #f1f1f1;display: inline-block;}
        ul.pages li.page a,ul.pages li.page-previous a,ul.pages li.page-next a{width: auto;margin-right: 0;}
        ul.pages li.page a:hover,ul.pages li.page-previous a:hover,ul.pages li.page-next a:hover{text-decoration: none;}
        ul.pages li.page.page-active{background: #1d71b7;}
        ul.pages li.page.page-active a{color: #fff;}

/*==========组建 开始==========*/
/*常用*/
.blue {
	color: #00F !important;
}

.green {
	color: #0F0 !important;
}

.red {
	color: #F00 !important;
}

.black {
	color: #000000 !important;
}

.white {
	color: #FFFFFF !important;
}

.gray {
	color: gray;
	!important;
}

.purple {
	color: purple;
	!important;
}

.coffee {
	color: #c93;
	!important;
}
.mt10 {
	margin-top: 10px;
}
.mt15 {
	margin-top: 13px;
}
.mt20 {
	margin-top: 20px;
}

.mt30 {
	margin-top: 30px;
}
.mt40 {
	margin-top: 40px;
}

.mt50 {
	margin-top: 50px;
}

.mt55 {
	margin-top: 55px;
}
.mt60 {
	margin-top: 60px;
}
.mt100 {
	margin-top: 100px;
}

.mb10 {
	margin-bottom: 10px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb30 {
	margin-bottom: 30px;
}

.mb50 {
	margin-bottom: 50px;
}
.ml5 {
	margin-left: 5px;
}
.ml6 {
	margin-left: 6px;
}
.ml10 {
	margin-left: 20px;
}
.ml43 {
	margin-left: 45px;
}
.mr5 {
	margin-right: 5px;
}
.mr10 {
	margin-right: 10px;
}
.mr20 {
	margin-right: 20px;
}
.mr50 {
	margin-right: 50px;
}
.mr60 {
	margin-right: 60px;
}
/*浮动*/
.clear {
	display: block;
	clear: both;
	height: 0;
	overflow: hidden;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

/*对齐方式*/
.left {
	text-align: left
}

.right {
	text-align: right
}

.center {
	text-align: center
}

/*按钮*/
.btn {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	display: -moz-inline-stack;
	display: inline-block;
	*display: inline;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	height: 32px;
	line-height: 32px;
	padding: 0px 20px;
	font-weight: 300;
	font-size: 14px;
	margin: 0;
	text-decoration: none;
	text-align: center;
	text-indent: 0;
	cursor: pointer;
	border: 1px solid #d4d4d4;
	color: #666666;
}
/*默认样式*/
.btn {
	background-color: #7db500;
	color: #fff;
}

.btn:hover {
	background-color: #6b9c00;
	color: #fff;
}

.btn:active {
	background: #76a312;
	color: #374f00;
}
/*按钮大小*/
.btn-large {
	font-size: 19px;
	height: 38.4px;
	line-height: 38.4px;
	padding: 0px 26px;
}

.btn-small {
	font-size: 12px;
	height: 25.6px;
	line-height: 25.6px;
	padding: 0px 16px;
}

.btn-tiny {
	font-size: 12px;
	height: 22.4px;
	line-height: 22.4px;
	padding: 0px 13px;
}
/*块按钮*/
.btn-block {
	display: block;
}


.newslist {}
.newslist a {	display: inline-block; font-weight:bolder;
	height: 35px;
	line-height: 35px; overflow:hidden; font-size:20px; color:#000;}
.newslist a:hover { color:#FF0000;} 
.newslist span {display: inline-block; color:#666;
	height: 56px;
	line-height: 27px; overflow:hidden; font-size:16px; margin-bottom:6px;}
	.newslist .more { width:390px; text-align:right;  height:25px; background:url(https://gfjy.ahnews.com.cn/img/jxwbtx.png) no-repeat ; background-position:-103px 4px; margin-bottom:25px;}
.newslist .more a{ font-size:12px; font-weight:100; text-align:right;}	

/*表单类*/
.form_text, .form_text:hover, .form_text_verifycode, .form_text_verifycode:hover {
	border-color: #a0a0a0 #cbd9eb #cbd9eb #a0a0a0;
	border-width: 1px;
	height: 20px;
	line-height: 20px;
	clip: rect;
	padding: 2px;
	color: #000000;
}

.form_text {
	width: 95%;
	background-position: 0px 0px;
}

.form_text:hover {
	background-position: 0px -37px;
}

.form_text_verifycode {
	width: 50px;
	margin-right: 3px;
	background-position: 0px 0px;
}

.form_text_verifycode:hover {
	background-position: 0px -37px;
}

.form_radio {
	width: auto;
	border: 0;
}

.form_checkbox {
	width: auto;
	border: 0
}

.form_select {
	height: 25px;
}

.form_textarea {
	width: 95%;
	height: 80px;
	border-color: #a0a0a0 #cbd9eb #cbd9eb #a0a0a0;
	border-width: 1px;
	padding: 2px;
}

.form_button {
	width: auto;
	vertical-align: middle;
	border: 0 none;
/*解决ie焦点是有黑色边框*/
}

input[type="reset"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
	border: none;
	padding: 0;
}

.required {
	color: red;
	font-weight: bold;
	text-align: left;
	padding-left: 3px;
}


/*nav_down*/
 .df { overflow:hidden; height:20px; margin:8px 0 0 10px;
	float: left;
	font-size: 18px;


}
#h2017_nav_bg_down{height:45px; float:left; }
#h2017_nav, #h2017_nav ul{ padding: 0;margin: 0; height:20px;list-style: none;line-height: 1;float: left; }
#h2017_nav li{ margin:10px 0 0 10px;text-align:center; float: left ;}
#h2017_nav li a{color:#2a2a2a;font-size: 18px;}   
#h2017_nav li a:hover {color:#f00;}  
#h2017_nav li ul{ /* second-level lists */
z-index: 9999;  position: absolute;background: #fff;left: -999em;height: auto;width: 280px;margin:0px;padding: 10px 5px;border:1px solid #ddd;box-shadow: 0 0 5px #ddd;border-radius:5px; opacity:0.9;filter:alpha(opacity=90); }
#h2017_nav li ul li{  float:left; padding:5px; color:#a8a8a8; display:block;height:20px; white-space: nowrap;overflow: visible}
#h2017_nav li ul li a{ white-space:nowrap; }
#h2017_nav li ul li a:hover { white-space:nowrap; color:#F00;}
*+html #h2017_nav li ul{margin: 16px 0 0 -95px;} /* 二级菜单显示位置调整IE7 */
*html #h2017_nav li ul{margin: 16px 0 0 -95px;} /* 二级菜单显示位置调整 IE6 */
#h2017_nav li a:hover, #h2017_nav li a:active {color: #255063;text-decoration: none;}
#h2017_nav li:hover ul, #h2017_nav li.sfhover ul{ /* lists nested under hovered list items */left: auto; /* 如果上面用left的了,那么这就不用改,最多改个数,如果用display:none了,那么这里改成display:block*/}

/*其它*/
.hide {
	display: none;
}  /*隐藏*/
.code_image {
	cursor: pointer;
	padding-bottom: 6px;
} /*验证码图片样式*/
/*gotop*/
#topcontrol {
	position: fixed;
	display: none;
	bottom: 150px;
	right: 0px;
	opacity: 1;
	cursor: pointer;
	z-index: 99;
}
/*广告*/
/* 清除浮动 */

.clearfix {
	display: block;
	#zoom: 1;
    /*ie6-ie7*/
}

.clearfix:after {
	content: '';
	overflow: hidden;
	width: 100%;
	height: 0px;
	font-size: 0px;
	margin: 0px;
	padding: 0px;
	display: block;
	clear: both;
}

/*专题*/
.scrollbox{width:1170px; position: relative;}
#scrollDiv{width:1170px;height:130px; overflow:hidden; display: block;}
#scrollDiv ul{ width: 1165px;}
#scrollDiv li{width:209px;height:118px;padding:5px;margin:0 12px 10px 0; float:left;background: #fff;transition: 0.5s all; -webkit-transition: 0.5s all; -moz-transition: 0.5s all; -o-transition: 0.5s all;border:1px solid #dedede;}
#scrollDiv li img{width:209px;height:118px;margin-right:10px;float:left;}
#scrollDiv li span{ float: right;width:186px;height:88px; overflow: hidden; display: block;}
#scrollDiv li span h4{font-size: 14px;font-weight: bold;line-height: 14px;margin-bottom:5px;color: #a57132;}
#scrollDiv li span p{line-height: 20px;height:40px;font-size: 12px;color: #666666;display: block;overflow: hidden;}
#scrollDiv li span em{ height: 18px;line-height: 18px;text-align:center;font-size: 14px;width:30px;border:1px solid #72ae2d; display: block;color: #72ae2d;margin-top: 8px;}
#scrollDiv li:hover{ background: #e60d0d;border:1px solid #e60d0d;}
#scrollDiv li:hover span h4{ color: #fff;}
#scrollDiv li:hover span p{ color: #fff;}
#scrollDiv li:hover span em{ color: #fff;border:1px solid #fff; }
.scroltit{ position: absolute; right:-30px; top:30px;width:18px;}
.scroltit small{float:right; font-size:12px;width:18px;height:18px; line-height:18px; text-align: center;background:#bbbbbb;color: #fff;font-family: "宋体"; margin:2px 0; transition: 0.5s all; -webkit-transition: 0.5s all; -moz-transition: 0.5s all; -o-transition: 0.5s all;}
.scroltit small img{margin-top:6px;}
.scroltit small:hover{ background: #ff9a22;}
/*专题结束*/
/*头部*/
/* header --------------------------------------------------*/
.hederbg { width:100%; background:url(https://gfjy.ahnews.com.cn/img/newbg.jpg) no-repeat center top; margin-top:-20px;}
#header {
	width: 1200px;
	height: 303px;
	margin: 20px auto 0 auto;
	position: relative;
	z-index: 2;
}

#header .logo { padding-bottom:10px;
	float: left;
	width: 594px;
	height: 121px;
}

#header .logo a {
	display: block;
	width: 594px;
	height: 121px;
	line-height: 83px;
	vertical-align: middle;
	text-align: center;
	font-size: 0px;
}

#header .logo img {
	max-width: 594px;
	max-height: 121px;
	margin: 90px auto;

}

#header .headerR {padding-top:10px;
	float: right;
	position: relative;
}
.shou {  margin-top:180px; height:33px; line-height:33px;}
/* navBody --------------------------------------------------*/

#navBody {
	width: 100%;
	height: 40px;
	position: relative;
	z-index: 1;
	margin: 0 auto;
	background: url(https://gfjy.ahnews.com.cn/img/navbg.png) ;
	min-width: 1200px;
}

#navBody .navCont {
	width: 1300px;
	margin: 0 auto;
	position: relative;
}

#navBody .subnavCont {
	padding: 2px 0 10px 0;
	width: 1200px;
	margin: 0 auto;
	position: relative;
}

#navBody .colsItem { margin-top:3px;height:30px; overflow:hidden;
	float: left;
	width: 100%;
}

#navBody .colsItem li { 
	float: left;
	padding: 0 15px 0 7px;
	height: 32px;
}

#navBody .colsItem li.x {
	background: url() no-repeat right;
}

#navBody .colsItem li a {
	font-size: 18px;
	display: block;
	height: 32px;
	line-height: 32px;
	font-family: \5FAE\8F6F\96C5\9ED1;
	color: #fff;
}

#navBody .colsItem li a:hover {
	color: #f90;
}

#navBody .colsItem .total  a:hover {
	color: #f90;
}



.dsnavCont {
	width: 1200px;
	margin: 5px auto;
	position: relative;
}
.dsnavCont .dscolsItem { margin-top:3px; 
	float: left;
	width: 900px;
}
.dsnavCont .dscolsItem li {
	float: left;
	padding: 0 6px 0 6px;
	height: 32px;
}
.dsnavCont .dscolsItem li.d {font-size: 18px; letter-spacing:3px;
	display: block;
	height: 32px;
	line-height: 32px;
	font-family: \5FAE\8F6F\96C5\9ED1;
	color: #666;

}
.dsnavCont .dscolsItem li a {
	font-size: 18px;
	display: block;
	height: 32px;
	line-height: 32px;
	font-family: \5FAE\8F6F\96C5\9ED1;
	color: #666;
}
.dsnavCont .dscolsItem li a:hover { color:#FF0000;}
.search  { float:right; margin:5px 82px 0 0;
}

.search .bd {
	padding: 0;
	height: 30px;
}

.search .text { margin-right:10px;
	padding: 0 0 0 4px;
	height: 30px;
	width: 190px;
	border: 1px solid #ccc;
}

.search .button {
	background: #ddd;
	border: none;
	color: #000;
	height: 30px;
	width: 60px;
	vertical-align: middle;
	text-align: center
}

.search input {
	float: left;
	flex: 4;
	height: 30px;
	outline: none;
	border: 1px solid red;
	box-sizing: border-box;
}




#navBody .subnavCont .df {
	overflow: hidden;
	height: 20px;
	float: left;
	font-size: 14px;
	line-height: 25px;
	width: 50px;
}

#navBody .subnavCont .xian {
	float: right;
	width: 346px;
}

#navBody .subnavCont .xian img {
	margin: 3px 0 0 5px;
}

#navBody .subnavCont img {
	float: left;
}

#navBody .subcolsItem {
	overflow: hidden;
	float: left;
	width: 980px;
}

#navBody .subcolsItem li {
	background: #eeeeee;
	border-right: 1px solid #666;
	float: left;
	width: 60px;
	height: 23px;
}

#navBody .subcolsItem li a {
	font-size: 18px;
	text-align: center;
	display: block;
	height: 23px;
	line-height: 23px;
	color: #333;
}

#navBody .cols01 {
	width: 136px;
	margin-left: 20px;
	_display: inline;
}

#navBody .cols02 {
	width: 136px;
	padding-left: 10px;
}

#navBody .cols03 {
	width: 136px;
	padding-left: 10px;
}

#navBody .cols04 {
	width: 136px;
	padding-left: 10px;
}

#navBody .cols05 {
	width: 136px;
	padding-left: 10px;
}

#navBody .cols06 {
	width: 228px;
	padding-left: 10px;
	border-right: 0px;
}

#navBody .moreBtn {
	position: absolute;
	right: 10px;
	bottom: 12px;
	cursor: pointer;
}



/* headLine --------------------------------------------------*/

#headLine {
	width: 1200px;
	margin: 0 auto;
	position: relative;
	z-index: 0
}

#headLine .part1 {
	height: 130px;
	position: relative;
	overflow: hidden;
}

#headLine .part1 .more {
	width: 20px;
	padding-top: 30px;
}

#headLine .part1 .more a {
	font-size: 14px;
	color: #bdbdbd;
	line-height: 18px;
}
#headLine .part1 .more a:hover { color:#FF9900;
}

#headLine .spart1 {
	height: 110px;
	position: relative;
	overflow: hidden;
}

#headLine .spart1 .more {
	width: 20px;
	padding-top: 20px;
}

#headLine .spart1 .more a {
	font-size: 12px;
	color: #bdbdbd;
	line-height: 15px;
}

.bigtt {
	width: 1180px;
	text-align: center;
	margin-top: 15px;
}
.bigtt .top {height:70px; overflow:hidden;}
.bigtt .top a {
	font-family: \5FAE\8F6F\96C5\9ED1;
	font-size: 46px;
	font-weight: bold;
	color: #145199;
}

.bigtt .top a:hover {
	color: #e60012;
}

#headLine .hots {
	height: 24px;
	vertical-align: middle;
	text-align: center;
	position: relative;
}

#headLine .hots p {
	width: 100%;
	text-align: center;
}

#headLine .hots .moreNews {
	background: #fff;
	color: #71869e;
	position: absolute;
	right: 0px;
	top: 0px;
	font-size: 12px;
	padding: 0 0 0 20px;
}

#headLine .hots a {
	font-weight: normal;
	margin: 10px 0;
	padding-right: 30px;
	display: inline-block;
	line-height: 30px;
	font-size:20px;
	color: #333;
}

#headLine .hots a:hover {
	color: #e60012;
}
/*主体*/
#main	{width: 1200px;
	margin: 0 auto;
	position: relative;
	z-index: 0
}
#main .mainL {
	width: 750px;
	float: left;
}
#main .mainR {
	width: 400px;
	float: right;
}
#main .mainL .chaCom_head { border-bottom:1px solid #f1f1f1;
	width: 430px;
	height: 39px;
}

#main .mainL .chaCom_head h2 { font-size:24px; color:#999;
	height: 39px;
	float: left;
	font-family: "微软雅黑";
	font-weight: normal;
}

#main .mainL .chaCom_head h2 a { font-weight:bolder;
	color: #c9081b;
	font-family: "微软雅黑";
	font-size: 22px;
}
#main .mainL .minlm {
	float: right;
	display: block;
	line-height:50px;
	color: #a9a9a9;
	height: 46px;
}

#main .mainL .minlm a {
	font-size: 14px;
	color: #a9a9a9;
	float: left;
}

#main .mainL .minlm span {
	float: left;
	width: 3px;
	height: 3px;
	line-height: 3px;
	overflow: hidden;
	margin: 0 5px;
	background: #a9a9a9;
	position: relative;
	margin-top: 21px;
}

#main .newsL {
	width: 750px;
	float: left;
}
#main .newsR {
	width: 350px;
	float: right;
}

.edui-faked-video { width:750px; height:auto;}
/* 切换tabs */


.hasMoreTab{ width:750px; font-family:"Microsoft YaHei";}
.hasMoreTab .hd{ line-height:48px; height:48px;  position:relative;  }
.hasMoreTab .hd .more{ float:right; font-size:12px; }
.hasMoreTab .hd .more a {color:#999;}
.hasMoreTab .hd .more a:hover {color:#f00;}
.hasMoreTab .hd ul{ z-index:5; position:absolute; height:48px; overflow:hidden; zoom:1; }
.hasMoreTab .hd li{ float:left; padding:0 15px 0 15px;  cursor:pointer;letter-spacing:1px ; color:#999; font-size:22px; }
.hasMoreTab .hd li.on{ padding:0 15px 0 15px; font-weight:bolder; background:#fff; color:#577f4a; font-size:22px; background:#f7f7f7; }
.hasMoreTab .bd{clear:both; position:relative; background:#f7f7f7; padding:10px 0 10px 0;}
.hasMoreTab .bd h2{ font-size:14px; }
.hasMoreTab .bd p{ color:#999; }
.hasMoreTab .bd p  a{ color:#c00; }
.hasMoreTab .bd ul a{ font-size:16px; }
.hasMoreTab .bd li { height:30px; overflow:hidden; line-height:30px;background: url(https://gfjy.ahnews.com.cn/img/gfjydot.png) 18px 12px no-repeat; padding-left:40px;}
.hasMoreTab .bd li a{
	margin-bottom: 12px;
	overflow: hidden;
	vertical-align: top;}
.hasMoreTab .bd ul a:hover { color:#f00; }
.hasMoreTab .conWrap {position:relative; width: 400px; height: 132px; }
.hasMoreTab .con {position: absolute; width: 700px; left:0; top:0;}
.hasMoreTab .con h2 { height:40px; overflow:hidden; line-height:40px;}
.hasMoreTab .con h2 a {font-size:18px;font-weight: bold;color: #284c89;}
.hasMoreTab .con h2 a:hover{color: #e2313f;}
/* focusWordBlue */
/* focusWordBlue */

.focusWordBlue {
	height: 20px;
	margin-bottom: 14px;
	overflow: hidden;
}

.focusWordBlue a { font-size:18px;
    /*	display: inline-block;
height: 16px;*/
	line-height: 19px;
	vertical-align: middle;
	font-weight: bold;
	color: #305798;
}
.focusWordBlue a:hover{

	color: #e2313f;
}
.focusWordBlue a .icon {
	#margin-right: 4px;
	position: relative;
	top: -2px;
}


/* 列表页*/

.news-position {background: url(https://gfjy.ahnews.com.cn/img/fonticon-all.png) no-repeat;background-position: -175px -212px;
padding-left:30px;
	color: #999;
}

.news-position a {
	position: relative;
	margin-right: 5px;
	color: #999;
}

.news-position .location-i {
	position: absolute;
	top: 0;
	right: -16px;
}
#p-detail {
	font-size: 18px;
	color: #404040;
	line-height: 36px;
}

#p-detail p {
	margin-bottom: 15px;
}

#p-detail p img {
	margin: 0px auto;
	max-width: 100%!important;
	height: auto!important;
	margin: 10px 0;
}

#p-detail  img {
	margin: 0px auto;
	max-width: 100%!important;
	height: auto!important;
	margin: 10px 0;
}
.fllow3-wap {
	0 float: right;
	position: relative;
	width: 300px;
	height: 100%;
	overflow: hidden;
}

#fllow3 {
	width: 350px;
}

#fllow3.fixed {
	position: fixed;
	bottom: 38px;
}

#fllow3.hold {
	position: absolute;
	bottom: 16px;
}

#fllow3 .ad {
	overflow: hidden;
}

#fllow3 .ad a {
	display: block;
	width: 100%;
	overflow: hidden;
}

#fllow3 .ad img {
	width: 100%;
}
.part-right  {
	display: block;
	margin-bottom: 30px;
}

.right-wap {
	margin-top: 20px;
	position:relative;
}

.right-wap .name {
	margin-left: -34px;
	position: absolute;
	top: -10px;
	left: 50%;
	padding: 0 18px;
	z-index: 2;
	background-color: #FFF;
	font-size: 16px;
	color: #808080;
}

.ahwx { width:200px; margin:0px auto; padding-left:30px; }
.ahapp { width:200px; margin:0px auto;}
.ahapp  img{ margin-left:10px;}
.hothour { border:1px solid #efefef; margin-top:40px;
	position: relative;
}

.hothour>div.name { height:50px; margin-left:15px; line-height:50px;
	width: 315px; border-bottom:1px solid #efefef;
}

.hothour>div.name span {
	display: inline-block;
	padding: 0 8px;
	color: #333;
	cursor: pointer;
	font-size: 24px;
}

.hothour>div.name span.active {
	color: #666;
}

.hothour>div.name span.x-xt {
	padding: 0 14px;
	border-right: 1px solid #ccc;
}

.i-sp {
	display: none;
}

.hot-news {
	padding: 28px 16px 0;
	display: none;
}

.hot-news li {
	padding-bottom: 12px;
	margin-bottom: 12px;
	border-bottom: 1px solid #E6E6E6;
}

.hot-news li:last-child {
	border: none;
}

.hot-news li.last-child {
	border: none;
}

.hot-news li> a {
	font-size: 14px;
	margin-bottom: 8px;
}

.hot-news .left {
	font-size: 12px;
	color: #B3B3B3;
}

.hot-news .right {
	font-size: 12px;
	color: #348CEC;
}


.xs { height:210px;
	padding: 0 16px 0;
	margin-bottom: 10px;
}

.xs .name span {
	margin-left: 10px;
	padding-left: 10px;
	color: #348CEC;
	border-left: 1px solid #ccc;
}

.xs li {
	margin: 0 0 15px 15px;
	float: left;
}

.xs li a {
	display: block;
	position: relative;
}

.xs li a img {
	display: block;
	width: 135px;
	height: 90px;
}

.xs li a div {
	position: absolute;
	bottom: 0;
	width: 95px;
	height: 24px;
	padding: 85px 20px 5px;
	font-size: 12px;
	color: #FFF;
	background-image: url(https://gfjy.ahnews.com.cn/img/sbg.png);
	overflow: hidden;
	line-height: 25px;
	text-align: center;
}

#p2-nav {background: url(https://gfjy.ahnews.com.cn/img/list.png) no-repeat;background-position: 0 6px;
	margin:20px 0 20px 22px;
	width: 270px;
}

#p2-nav.fixed {
	position: fixed;
	top: 86px;
}

#p2-nav.hold {
	position: absolute;
	bottom: 80px;
}

.p2-nav-wap {
	position: relative;
	margin-right: 40px;
	width: 130px;
	height: 100%;
}

#p2-nav div {
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 20px;
	color: #FFF;
	text-align: center;
}

#p2-nav li a {
	background: url('.././jt.png') no-repeat left;
	padding-left: 30px;
	overflow: hidden;
	display: inline-block;
	width: 100%;
	height: 36px;
	line-height: 36px;
	font-size: 16px;
	color: #036;
}

#p2-nav li a:hover { color:#f00;}
#p2-nav li a.active {
}
.vlist {height:150px;
	padding: 0 16px 0;
}

.vlist li {background: url(https://gfjy.ahnews.com.cn/img/fonticon-all.png) no-repeat;background-position: -175px -180px;padding-left:30px;
	margin: 0 0 10px 10px; overflow:hidden; height:20px;
	float: left;
}

.vlist li a { font-size:16px;
	display: block;
	position: relative;
}
.vlist li a:hover { color:#f00;}
.zt { height:260px;
	padding: 0 16px 0;
	margin-bottom: 30px;
}

.zt .name span {
	margin-left: 10px;
	padding-left: 10px;
	color: #348CEC;
	border-left: 1px solid #ccc;
}

.zt li {width: 135px; height:125px; overflow:hidden;
	margin: 0 0 15px 15px;
	float: left;
}

.zt li a { font-size:12px; text-align:center;
	display: block;
	position: relative;
}

.zt li a img { margin-bottom:5px;
	display: block;
	width: 135px;
	height: 90px;
}


.hot-bottom {
	margin-top: 10px;
}

.right-wap.hot-word {
	border-top: none;
	margin-bottom: 20px;
}

#xggj { float:left; border-top:5px solid #ccc; margin-top:20px;
	width: 750px;}
.tit{ float:left; border-bottom:1px solid #ccc; margin-bottom:20px;
	width: 750px;
}
#xggj .newestList li { width:310px;
	background: url(https://gfjy.ahnews.com.cn/img/fonticon-all.png)no-repeat -5px -40px;
	float: left;
	height: 22px; line-height:20px; margin:0 10px 10px 0 ;
	padding-left: 20px;
	overflow: hidden;
}

#xggj .newestList a { font-size:16px;
	line-height: 22px;
}

.hot-words {
	max-height: 185px;
	margin-bottom: 30px;
	overflow: hidden;
}

.hot-words a {
	display: inline-block;
	margin: 6px 8px 6px 0;
	padding: 2px 18px;
	border: 1px solid #d71629;
	border-radius: 18px;
	font-size: 14px;
	color: #d71629;
	transition: all .4s;
	-moz-transition: all .4s;
	; /* Firefox 4 */
		-webkit-transition: all .4s;
 /* Safari å’Œ Chrome */
	-o-transition: all .4s;
	; /* Opera */
		line-height: 19px;
}

.hot-words a:hover {
	color: #FFF;
	background-color: #d71629;
}

.footer { width:100%; min-width:1200px;
	padding-bottom: 12px;
	background-color: #868686;
	height: 238px;
}
/* 热点图片 */

.picbox {
	height: 420px;
	position: relative;
	width: 1200px;
	margin-bottom: 30px;
}

.ppic {
	position: absolute;
}
#ppic2 {
	left: 0;
	top: 0;
	height: 420px;
	width: 610px
}

#ppic1 {
	left:615px;
	top: 0;
	height: 207px;
	width: 290px;
}
#ppic12 {
	left: 615px;
	bottom: 0;
	height: 207px;
	width: 290px;
}

#ppic3 {
	bottom: 0;
	right: 0;
	height: 207px;
	width: 290px
}

#ppic4 {
	top: 0;
	right: 0;
	height: 207px;
	width: 290px
}

/* 分页 */
div#displaypagenum{margin: 30px auto;text-align: center;}
div#displaypagenum center{text-align: center}
div#displaypagenum a.page,div#displaypagenum a.page-previous,div#displaypagenum a.page-next,div#displaypagenum span.page-active{height:20px;line-height:20px;text-align:center;font-size:15px;background:#fff;color:#000;clear: none;margin: 0 5px;padding: 0 6px;border: 1px solid #ccc;display: inline-block;}
div#displaypagenum a.page a,div#displaypagenum a.page-previous a,div#displaypagenum a.page-next a{width: auto;margin-right: 0; }
div#displaypagenum a.page a:hover,div#displaypagenum a.page-previous a:hover,div#displaypagenum a.page-next a:hover{text-decoration: none;}
div#displaypagenum span.page-active{background: #f00; color:#fff;}
div#displaypagenum a.page.page-active a{color: #fff;}

/* 内容页 */
.h-news { border-bottom:1px solid #ccc;
	float: left;
	width: 1200px;
}

.h-title {
	margin-top: 10px;	font-family: \5FAE\8F6F\96C5\9ED1;
	font-size: 40px;
	color: #404040;

}
.bt1 { border-top:1px solid #ccc;}
.bb1 { border-bottom:1px solid #e5e5e5;}
.yt-title {
	margin-top: 30px;

	font-size: 20px;
	color: #404040;

}
.fb-title {
	margin-top: 10px;

	font-size: 20px;
	color: #404040;

}
.h-time {
	margin-right: 20px;
}

.h-info {height:35px; float:left;
	margin-top: 40px;
	font-size: 14px;
	color: #666;
}

.h-info a {
	color: #348CEC;
}
.h-fx {margin-top:30px; float:right; margin-right:20px;}

/* 数据列表 */
.clearfix {
	display: block;
	#zoom: 1;
    /*ie6-ie7*/
}

.clearfix:after {
	content: '';
	overflow: hidden;
	width: 100%;
	height: 0px;
	font-size: 0px;
	margin: 0px;
	padding: 0px;
	display: block;
	clear: both;
}

.dataList { margin-top:30px;}
.dataList li { padding: 15px 0 10px 0; border-bottom: 1px solid #ededed; overflow: hidden; position:relative;  }
.dataList h3 { width:670px;  }
.dataList h3 a { display: inline-block; line-height: 30px; overflow: hidden; font-size: 22px; color: #000; font-family:"微软雅黑"; }
.dataList h3 a:hover { color:#f00;}
.dataList h4 { width:100%; }
.dataList h4 a { display: inline-block; line-height: 30px; overflow: hidden; font-size: 22px; color: #000; font-family:"微软雅黑"; }
.dataList h5 { width:100%; }
.dataList h5 a { display: inline-block; line-height: 30px; overflow: hidden; font-size: 16px; color: #000; font-family:"微软雅黑"; }

/*.dataList .imgs { float: left; width: 138px; height: 90px; margin-right: 10px; }*/
.dataList .imgs a { font-size: 0px; vertical-align: top; float:left; width:138px; height:90px; overflow:hidden; display:inline; margin-right:10px; }
.dataList .imgs img { width: 138px; height: 90px; vertical-align: top; padding-right:10px; float:left;
-moz-transition:-moz-transform .3s ease;
-ms-transition:-ms-transform .3s ease;
transition:transform .3s ease;
 }
.dataList .imgs img:hover { width: 138px; height: 90px; vertical-align: top;  float:left;
 -webkit-transform:scale(1.1); -moz-transform:scale(1.1); -ms-transform:scale(1.1); transform:scale(1.1)
 }
.dataList .summary {height: 70px; line-height: 24px; overflow: hidden; color: #666; font-size:14px; text-indent:2em ; margin-top:10px; }
.dataList .info { height: 14px; line-height: 14px; text-align: left; }
.dataList .time { font-size: 12px; color:#999; }
.dataList .moreBtn { text-align: center; padding: 15px 0; vertical-align: middle; cursor: pointer; display: none; }
.dataList .moreBtn i { display: inline-block; width: 16px; height: 16px; background: url() no-repeat; vertical-align: middle; margin-right: 5px; display: none; }
.dataList .moreBtn .text { line-height: 16px; vertical-align: middle; }
.dataList .bdsharebuttonbox { position: absolute; top: 20px; right: 0px; display: none; }
.dataList .bdsharebuttonbox span.bds_more { padding: 0 0 0 20px!important; background: url() no-repeat 0px 0px!important; line-height:20px; }
#dataMoreLink { text-align: center; display: none; }
#dataMoreLink a { color: #333; }
/* 数据列表样式01 */

.dataList01 {
	overflow: hidden;
}

.dataList01 li { 
	overflow: hidden;

}
.dataList01 li.t { border-bottom:1px dotted #ccc;
	height:45px;
	overflow: hidden;

}
.dataList01 li.f {height:32px; padding:0 30px 0 60px;
	overflow: hidden;

}
.dataList01 li.c {height:15px; text-align:right;padding:0 30px 20px 0; 
	overflow: hidden;

}
.dataList01 li.c a { font-size:12px; color:#999;}
.dataList01 li.s {height:35px;padding:0 10px 0 15px;background:url(https://gfjy.ahnews.com.cn/img/2023jywdot.png) no-repeat 0px 17px;
	overflow: hidden;

}
.dataList01 li a {
    /*display: inline-block;
height: 16px;*/	font-family: \5FAE\8F6F\96C5\9ED1;

	line-height: 45px; font-size:16px;
    /*margin-right: 4px;*/
	vertical-align: top;
	color: #393939;
}
.dataList01 li a:hover {
	color:#F00;
}.dataList01 li a .icon {
	#margin-right: 4px;
	position: relative;
	top: -2px\9;
	top: -2px\0;
	#top: 0px;
}

.dataList01 li.first a {
	font-weight: bold;
}


.fagui { background:#f7f7f7 url(https://gfjy.ahnews.com.cn/img/2023icon1.png) no-repeat left; padding-top:15px;}
/* 幻灯片 */
.box{width: 750px;height: 500px;overflow: hidden;position: relative;}
.box-1 ul{}
.box-1 ul li{width: 750px;height: 500px;position: relative;overflow: hidden;}
.box-1 ul li img{display:block;width: 750px; height: 500px;}
.box-1 ul li h2{position: absolute;left: 0;bottom: 0;height: 40px;width:700px;background: rgba(0,0,0,.5);text-indent: 2em;
				padding-right:500px ;font-size: 16px;line-height: 40px;text-overflow: ellipsis;overflow: hidden;
				white-space: nowrap;font-weight: normal;color: ghostwhite}
.box-2{position: absolute; left:650px;bottom: 14px;}
.box-2 ul li{float:left;width: 12px;height: 12px;overflow: hidden; margin: 0 5px;
				background: rgba(255,255,255,0.9);text-indent: 100px;cursor: pointer;}
.box-2 ul .on{background: rgba(75,180,31,0.9);width:12px;height: 12px; }
.box-3 span{position: absolute;color: white;background: rgba(125,125,120,.0);width: 50px;height: 80px;
				top:50%; font-family: "宋体";line-height: 80px;font-size:60px;margin-top: -40px;
				text-align: center;cursor: pointer;}
.box-3 .prev{left: 10px;}
.box-3 .next{right: 10px;}
.box-3 span::selection{background: transparent;}
.box-3 span:hover{background: rgba(125,125,120,.0);}
/*先进典型 轮播*/
.friend {height:470px;margin:40px auto;overflow:hidden;width:1300px;}
.mr_frbox{height:407px;padding:24px 0px 0px;}
.mr_frBtnL{cursor:pointer;display:inline;float:left;height:46px;margin:160px 10px 0 0;width:28px;}
.mr_frUl{float:left;height:202px;width:1047px;margin-left:10px;}
.mr_frBtnR{float:right;margin-top:160px;cursor:pointer;width:28px;height:46px;}
.mr_frUl ul li{display:inline;float:left;/*height:389px;*/width:294px;overflow:hidden;position:relative; margin-right:10px;}
.mr_frUl ul li a img{/*display:block;*/width:100%;}
.mr_zhe{width:300px;position:absolute;top:336px;background:rgba(0, 0, 0, 0.5) none repeat scroll 0 0 !important;/*实现FF背景透明，文字不透明*/filter:Alpha(opacity=80);background:#4ea4b5;/*实现IE背景透明*//*height:389px;*/left:0;right:0;}
.mr_zhe_i h1{text-align:center;font-size:182px;height:138px;line-height:138px;margin-top:72px;margin-bottom:64px;color:#fff;}
.mr_zhe_p{margin-bottom:0;}
.mr_zhe_p h3{text-align:center;font-size:14px;color:#fff;line-height:30px;}
.mr_zhe_p h3 span{display:block;margin:0 auto;width:260px;font-size:16px;}
.mr_zhe_hover{bottom:-596px;height:200px;position:absolute;width:300px;background:rgba(0, 0, 0, 0.5) none repeat scroll 0 0 !important;/*实现FF背景透明，文字不透明*/filter:Alpha(opacity=80);background:#0a0a0a;/*实现IE背景透明*/}
.mr_zhe_hover h1{text-align:center;height:40px;line-height:40px;margin:22px 0;color:#fff;}

/* 广告幻灯片 */


#wrapper{ background:#FF0000;
	width:1200px;
	margin:0px auto;
	height:240px;
	position:relative;
	color:#fff;
	text-shadow:rgba(0,0,0,0.9) 2px 2px 0px;	
}

#slider-wrap{
	width:1200px;
	height:240px;
	position:relative;
	overflow:hidden;
}

#slider-wrap ul#slider{
	width:100%;
	height:100%;
	
	position:absolute;
	top:0;
	left:0;		
}

#slider-wrap ul#slider li{
	float:left;
	position:relative;
	width:1200px;
	height:240px;	
}

#slider-wrap ul#slider li > div{
	position:absolute;
	
}

#slider-wrap ul#slider li > div h3{
	font-size:36px;
	text-transform:uppercase;	
}

#slider-wrap ul#slider li > div span{
	font-family: Neucha, Arial, sans serif;
	font-size:21px;
}

#slider-wrap ul#slider li i{
	text-align:center;
	line-height:240px;
	display:block;
	width:100%;
	font-size:90px;	
}


/*btns*/
.btns{
	position:absolute;
	width:50px;
	height:60px;
	top:50%;
	margin-top:-25px;
	line-height:57px;
	text-align:center;
	cursor:pointer;	
	background:rgba(0,0,0,0.1);
	z-index:100;
	
	
	-webkit-user-select: none;  
	-moz-user-select: none; 
	-khtml-user-select: none; 
	-ms-user-select: none;
	
	-webkit-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
	-ms-transition: all 0.1s ease;
	transition: all 0.1s ease;
}

.btns:hover{
	background:rgba(0,0,0,0.3);	
}

#next{right:-50px; border-radius:7px 0px 0px 7px;}
#previous{left:-50px; border-radius:0px 7px 7px 7px;}
#counter{
	top: 30px; 
	right:35px; 
	width:auto;
	position:absolute;
}

#slider-wrap.active #next{right:0px;}
#slider-wrap.active #previous{left:0px;}


/*bar*/
#pagination-wrap{
	min-width:20px;
	margin-top:220px;
	margin-left:1000px; 
	margin-right: auto;
	height:15px;
	position:relative;
	text-align:center;
}

#pagination-wrap ul {
	width:100%;
}

#pagination-wrap ul li{
	margin: 0 4px;
	display: inline-block;
	width:30px;
	height:5px;
	background:#fff;
	opacity:0.8;
	position:relative;
  top:0;
  
  
}

#pagination-wrap ul li.active{	background:#0075c4;
	width:30px;
	height:5px;
  top:3px;
	opacity:1;
	box-shadow:rgba(0,0,0,0.1) 1px 1px 0px;	
}

/*ANIMATION*/
#slider-wrap ul, #pagination-wrap ul li{
	-webkit-transition: all 0.3s cubic-bezier(1,.01,.32,1);
	-moz-transition: all 0.3s cubic-bezier(1,.01,.32,1);
	-o-transition: all 0.3s cubic-bezier(1,.01,.32,1);
	-ms-transition: all 0.3s cubic-bezier(1,.01,.32,1);
	transition: all 0.3s cubic-bezier(1,.01,.32,1);	
}



/*特别推荐*/
#pictureItem {
	width: 100%; height:120px;
	clear: both;
}
#pictureItem .picList li {
	float: left;
	height: 110px;
	position: relative;
	margin: 0 0 10px 8px;
}
#pictureItem .picList2 li {
	float: left;
	height: 110px;
	position: relative;
}
/*视频*/

.vtp  {
    width: 350px;
    height: 200px ;
}
.vtp li{ 
    position: relative;

}
.vtp  li.v {}
.vtp  li.v img{border-radius:15px;
    width: 350px;
    height: 200px ;
}


.vtp_titles{border-radius:0 0 20px 20px;
    width: 330px;
    height:55px;
    padding: 0 10px;
    line-height: 57px;
    background: url(https://gfjy.ahnews.com.cn/img/xptvbg.png) repeat-x;
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 14px;
	font-family:宋体;
}
.vtp_titles a{
    color: #fff;
    text-decoration: none;
    display: block;
    width:320px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}
.vtp_titles a:hover { color:#F00;}
.xzrvideo { width:100%; object-fit:fill;}
.videoItem { overflow:hidden;
	width: 750px;
	height: 240px;
	margin: 35px auto 25px auto;
}
.videoItem_t { height: 44px;
}
.videoItem_r { float:left;
    width: 820px;
    height: 344px;
}
.videoItem_r li{ float: left;
    position: relative;

}
.videoItem_r li.v {margin:0 16px 13px 0;    width: 240px;
    height: 190px ;
}
.videoItem_r li.v img{
    width: 240px;
    height: 170px ;
}
.videoItem_titles{
    width: 230px;
    height: 57px;
    padding: 0 5px;
    line-height: 77px;
    background: url(../images/xzrvideobg.png) repeat-x;
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 16px;
	font-family:宋体;
}
.videoItem_r li.v a {   font-size: 16px;}
.videoItem_r li.v a:hover { color:#f00;}
.videoItem_titles a{ 
    color: #000;
    text-decoration: none;
    display: block;
    width:180px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}
.videoItem_titles a:hover { color:#f00;}
.videoItem video { border:0;
    width: 630px;
    height: 350px;}

.ico_play { background-image: url(https://gfjy.ahnews.com.cn/img/vplay.png);
    position: absolute;
    top: 55px;
    left: 93px;
    width: 50px;
    height: 50px;
}
/*红色影视*/
.hvideoItem { overflow:hidden; 
	width:245px;
	height: 164px;
	margin: 10px auto 10px auto;
}

.hvideoItem_r {
    width: 260px;
    height: 204px;
}
.hvideoItem_r li{ float: left;
    position: relative;

}
.hvideoItem_r li.v {margin:0 10px 10px 0;  width: 115px;
    height:70px ;
}
.hvideoItem_r li.v img{
    width: 115px;
    height:70px ;
}
.hsys {
    width: 115px;
    height: 45px;
    padding: 0 5px;
    line-height: 70px;
    background: url(../images/xzrvideobg.png) repeat-x;
    position: absolute;
    left: 0; font-size:7px; color:#fff;
    bottom: 0;

}
.hsys a:hover{  
    color: #f00;
    text-decoration: none;
    display: block;
    width:100px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}
.hvideoItem video { border:0;
    width: 100px;
    height: 100px;}

.hico_play { background-image: url(../images/vplay.png);
    position: absolute;
    top: 45px;
    left: 93px;
    width: 50px;
    height: 50px;
}

/*局长访谈*/
.zhongbu { width:1300px; margin:0px auto;}
#section02 {	width: 1200px;
	margin: 20px auto;
	position: relative;
}

.lbleft { float:left; width:440px;} 
.lbright { float:right; width:250px; } 
.ftbt {}
.jzItem { overflow:hidden; float:left; background:#f9f9f9; padding:15px;
	width: 750px;
}
.jzItem_l { float:left;  }
.jzItem_l img { width:370px ; height:245px;}
.jzItem_r { float:right; width: 360px;}
.jzItem_r li {
	margin-bottom: 10px;
	vertical-align: top;
}
.jzItem_r li.d {}
.jzItem_r li.d h1 { height:25px; overflow:hidden;}
.jzItem_r li.d span { color:#666; line-height:25px; height:72px; display:block; overflow:hidden; margin-top:10px; }
.jzItem_r li a { height:25px; overflow:hidden;display:block; 
font-family: \5FAE\8F6F\96C5\9ED1; margin-top:2px;
	line-height: 25px; font-size:16px;
	color: #000;
}
.jzItem_r li a:hover {
	color:#F00;
}
/* 基层动态 */
.lbtit { color:#007934; font-size:24px; margin:15px 0 0 -15px; border-left:10px solid #007934; height:25px; padding-left:10px; line-height:25px; position:absolute;}
.lbtit  a { font-size:12px; font-weight:normal; padding-left:210px;  }
.lbtit  a:hover { color:#FF0000;}
.lbItem { overflow:hidden; border:1px solid #d2d2d2; width: 360px; padding-left:10px; margin:0 42px 30px 0;
}
.lbItem_a { height:340px; overflow:hidden;}
.lbItem_a img { width:430px ; height:250px; float:left;}
.lbItem_a h1 { float:right; width:430px; margin-top:10px;  color:#666; font-weight:200; }
.lbItem_a h1 a { display:block;font-size:22px; color:#000; font-weight:bolder;padding:0 5px 0 10px;}
.lbItem_a h1 a:hover { color:#f00;}

.lbItem_t { height:100px; overflow:hidden; margin-bottom:15px;}
.lbItem_t img { width:190px ; height:110px; float:left;}
.lbItem_t h1 { color:#999;}
.lbItem_t h1 a { height:35px; overflow:hidden; display:block;font-size:16px; color:#000; line-height:35px;}
.lbItem_t h1 a:hover { color:#f00;}

.lbItem_d { width: 360px;}
.lbItem_d li {  height:25px;margin-bottom: 4px;overflow:hidden; line-height:26px; padding-bottom:5px;}
.lbItem_d li a {font-size:16px; color:#000;}
.lbItem_d li a:hover { color:#f00;}
/* section03 */
#section03 {
	text-align: center;
}

#section03 #channel {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
#channel {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}

.chaCom {
	width: 250px;
	margin-bottom: 20px;
	overflow: hidden;
}

.colB {}

.colB .chaCom_head { border-bottom:1px solid #efefef;
	width: 250px;
	height: 45px;
	line-height: 36px;
}
.t1 {background: url(../images/2022lbrico.png) no-repeat;background-position:-10px -12px;}
.t2 {background: url(../images/2022lbrico.png) no-repeat;background-position:-10px -85px;}
.t3 {background: url(../images/2022lbrico.png) no-repeat;background-position:-10px -155px;}
.t4 {background: url(../images/2022lbrico.png) no-repeat;background-position:-10px -228px;}
.colB .chaCom_head h2 { padding-left:50px;
	height: 46px;
	line-height: 40px;
	float: left;
	font-family: "微软雅黑";
	font-weight: normal;
}

.colB .chaCom_head h2 a {letter-spacing:1px;
	color: #7b7a7a;
	font-family: "微软雅黑";
	font-weight: normal;
	font-size:26px;
}

.colB .chaCom_con {}
.colB .chaCom_con ul {	width: 250px;}
.colB .picTitle .bg {
	background: #393;
	bottom: 0;
	height: 35px;
	left: 0;
	opacity: 0.7;
	filter: alpha(opacity=90);
	position: absolute;
	width: 100%;
	z-index: 10;
}
.chaCom .minlm { padding-right:5px;
	float: right;
	display: block;
	line-height: 38px;
	color: #a9a9a9;
	height: 46px;
	font-size: 14px;
}

.chaCom .minlm a {letter-spacing:-5px; font-family:"Courier New", Courier, monospace;
	font-size: 22px;
	color: #a9a9a9;
	float: left;
}

.chaCom .minlm span {
	float: left;
	width: 3px;
	height: 3px;
	line-height: 3px;
	overflow: hidden;
	margin: 0 5px;
	background: #a9a9a9;
	position: relative;
	margin-top: 21px;
}
.chaCom .minnj { padding-right:10px;
	float: right;
	display: block;
	line-height:80px;
	color: #a9a9a9;
}

.chaCom .minnj a { font-family:"Courier New", Courier, monospace;
	font-size: 18px;
	color: #a9a9a9;
	float: left;
}
.chaCom .minnj a:hover { color:#F00;}

.chaCom .picTitle {
	position: relative;
	width: 365px;
	height: 220px;
	overflow: hidden;
}

.chaCom .picTitle img {
	width: 365px;
	height: 220px;
}

.chaCom .picTitle .lazyload {
	display: none;
}

.chaCom .picTitle .name {
	bottom: 0;
	color: #FFFFFF;
	height: 35px;
	left: 0;
	line-height: 35px;
	overflow: hidden;
	position: absolute;
	text-align: center;
	width: 100%;
	z-index: 11;
	font-size: 16px;
	font-weight: bold;
}

.chaCom .picTitle .name a {
	color: #FFFFFF;
	text-decoration: none;
	font-family: "微软雅黑";
	font-size: 16px;
	font-weight: bold;
}

.chaCom ul {
	padding-top: 5px;
	overflow: hidden;
}

.chaCom li { text-align:left;
	font-size: 16px;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
}

.chaCom li a {	font-family: "微软雅黑";
	font-size: 16px;
	color: #393939;
}
.chaCom li a:hover{
	color: #f00;
}




/*信息*/
.InfoTitle {
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	padding: 5px 0px
}

.InfoTitle h1 {
	font-size: 28px;
	line-height: 1.5em;
	font-weight: normal;
}

.InfoTime {
	color: #999;
	text-align: left;
	padding: 2px 0px;
	height: 25px
}

.InfoContent, .InfoContent p {
	line-height: 1.8em;
	font-size: 16px;
}

.InfoAttachment {
	padding: 10px 0px;
	text-align: center;
	width: 81px;
	margin: 0 auto;
}

.InfoPicture {
	text-align: center;
}

.InfoPicture img {
	width: 100%;
}

.info_from_wrap {
	padding: 10px;
	text-align: center;
	color: #999;
	border: 0px dashed #ccc;
	line-height: 30px;
	margin-bottom: 5px;
}

.info_from_wrap a {
	color: #999;
}

.info_from_wrap a:hover {
	color: #555;
}

#ReadLevelTip {
	font-weight: bold;
	color: red;
}

.Tag {
	text-align: left;
	font-weight: bold;
}

.Tag a {
	padding: 0 3px;
	font-weight: normal;
	text-decoration: none;
}

.info_previous_next_wrap {
	background: #F0F0F0;
	padding: 5px 10px;
	margin-top: 20px;
	border: 1px solid #E3E3E3;
	color: #333;
	line-height: 1.8em
}

.Next a {
}

.Previous a {
}
/*==========组件 结束==========*/
/*入驻乡镇*/
ul#navigation {width:1000px; margin:0 auto; padding-top:250px; height:500px; }
ul#navigation li{ float:left;background: url(../images/ds.png) no-repeat;height:152px; width:68px; margin:20px 0px 20px 50px;}
ul#navigation li.fy {background-position: 1px 0; }
ul#navigation li.sz {background-position: -116px 0; }
ul#navigation li.cz {background-position: -235px 0; }
ul#navigation li.xc {background-position: -353px 0; }
ul#navigation li.hf {background-position: -472px 0; }
ul#navigation li.hn {background-position: -590px 0; }
ul#navigation li.la {background-position: -708px 0; }
ul#navigation li.wh {background-position: -825px 0; }
ul#navigation li.aq {background-position: -1px -197px; }
ul#navigation li.bb {background-position: -116px -197px; }
ul#navigation li.chiz {background-position: -235px -197px;}
ul#navigation li.hs {background-position: -353px -197px; }
ul#navigation li.mas {background-position: -472px -197px; }
ul#navigation li.bz {background-position: -590px -197px; }
ul#navigation li.tl {background-position: -708px -197px; }
ul#navigation li.hb {background-position: -825px -197px; }
* html ul#navigation 	{ height: 1px; }
ul#navigation 			{ min-height: 1px; }
#xzrb ul{ width:450px; margin:20px 0 0 100px ;overflow:auto; float:left;}
#xzrb li{ font-size:30px; font-family: \5FAE\8F6F\96C5\9ED1;
	margin-bottom: 12px;
	vertical-align: top; color:#9D382D;}
#xzrb li a{ float:left; padding:0 10px 10px 0;
    font-family: \5FAE\8F6F\96C5\9ED1;
    line-height: 20px; font-size:16px;
	vertical-align: top;
	color: #393939;}

#xzrb li a:hover {color: #9d020f;}
.h100 { height:100px; clear:both;}
/*入驻金融*/
#jrrb ul{ width:900px; margin:0px auto;overflow:auto; padding-top:240px; }
#jrrb li{ font-size:30px; height:30px; float:left; font-family: \5FAE\8F6F\96C5\9ED1;margin-bottom: 12px;vertical-align: top; color:#9D382D;}
#jrrb li a{ float:left; padding:0 10px 10px 0;
    font-family: \5FAE\8F6F\96C5\9ED1;
    line-height: 20px; font-size:16px;
	vertical-align: top;
	color: #393939;}

#jrrb li a:hover {
	color: #9d020f;
}


.hshadow {
	position: absolute;
	width: 100%;
	background: rgba(0,0,0,0.7);
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7F000000,endcolorstr=#7F000000);
	bottom: 0;
	left: 0;
	display: block;
	height: 40px;
	opacity: 0.7;
}

.hstxt { overflow:hidden;	height: 40px;
	bottom: 0;
	left: 0;
	line-height: 40px;
	position: absolute;
	width: 100%;
	text-align: center;
}

.hstxt a {
	color: #fff;
}
.hstxt a:hover {
	color: #f00;
}
.media_link {
	float: left;
	widows: 1180px;
}

.media_link ul {
	float: left;
	margin: 10px 0px;
}

.media_link li {
	line-height: 36px;
	color: #ddd
}

.media_link li a {
	color: #004276;
	padding: 0px 8px;
	font-size: 14px;
	display: inline-block
}

.media_link li a:visited {
	color: #004276
}

.media_link li a:hover {
	color: #ba2636
}

#mediaItem {
	height: 60px;
	background: url() 0 6px no-repeat;
	overflow: hidden;
	position: relative;
	float: right;
	width: 658px;
}

#mediaItem .title {
	float: left;
	height: 50px;
	line-height: 16px;
	padding: 15px 0 0 20px;
	font-size: 16px;
	font-family: \5FAE\8F6F\96C5\9ED1;
	color: #0e649a;
}

#mediaItem .title span {
	color: #fea348;
	font-size: 12px;
	font-family: \5FAE\8F6F\96C5\9ED1;
}

#mediaItem .mediaList {
	float: left;
	width: 530px;
	height: 120px;
}

#mediaItem .mediaList li {
	padding-top: 2px;
	vertical-align: top;
}

#mediaItem .mediaList li p {
	float: left;
	width: 47%;
	height: 28px;
	overflow: hidden;
	color: #0f588b;
	padding-left: 2%;
	padding-right: 1%;
}

#mediaItem .mediaList li a {
	line-height: 28px;
	color: #393939;
}

#mediaItem .btn {
	width: 30px;
	height: 20px;
	position: absolute;
	z-index: 1;
	right: 0px;
	cursor: pointer;
}

#mediaItem .btn i {
	width: 0;
	height: 0;
	line-height: 0px;
	font-size: 0px;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	_border-bottom: 6px solid dashed;
	_border-top: 6px solid dashed;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	overflow: hidden;
}

#mediaItem .btnPrev {
	right: 0px;
	top: 6px;
}

#mediaItem .btnPrev i {
	border-bottom: 6px solid #a9a9a9;
	top: 6px;
}

#mediaItem .btnNext {
	right: 0px;
	bottom: 6px;
}

#mediaItem .btnNext i {
	border-top: 6px solid #a9a9a9;
	bottom: 4px;
}

/* 回到顶部 */
p#back-to-top{
  position:fixed;
  bottom:100px;
  right:80px;
}
p#back-to-top a{
  text-align:center;
  text-decoration:none;
  color:#d1d1d1;
  display:block;
  width:30px;
  /*使用CSS3中的transition属性给跳转链接中的文字添加渐变效果*/
  -moz-transition:color1s;
  -webkit-transition:color1s;
  -o-transition:color1s;
}
p#back-to-top a:hover{
  color:#979797;
}
p#back-to-top a span{
  background:#d1d1d1 url(https://gfjy.ahnews.com.cn/img/arrow-up.png) no-repeat center center;
  border-radius:6px;
  display:block;
  height:30px;
  width:30px;
  margin-bottom:5px;
  /*使用CSS3中的transition属性给<span>标签背景颜色添加渐变效果*/
  -moz-transition:background1s;
  -webkit-transition:background1s;
  -o-transition:background1s;
}
#back-to-top a:hover span{
  background:#979797 url(https://gfjy.ahnews.com.cn/img/arrow-up.png) no-repeat center center;
}


/*==========模块  开始==========*/
/*左侧*/
/*主体左侧样式*/
.left_title {
	height: 39px;
	line-height: 39px;
	border-bottom: 1px solid #01673A;
}

.left_title h2 {
	font-size: 16px;
	color: #01673A;
}

.left_body {
	overflow: hidden;
	zoom: 1;
	color: #01673A;
	padding: 10px 10px 5px;
	border-top: 0;
	border-bottom: 0px
}

.left_bottom {
	height: 15px;
	margin-bottom: 5px;
}
/*样式1*/
.left_title1 {
	text-align: center;
	overflow: hidden;
	margin-bottom: 25px;
}

.left_title1 h2 {
	margin-bottom: 20px;
}

.left_title1 h2 a {
	display: block;
	line-height: 56px;
	font-size: 36px;
	font-weight: normal;
	color: #444;
}

.left_title1 p {
	margin: 0 auto;
	color: #424242;
	font-size: 16px;
}

.left_title1 i {
	display: block;
	width: 30px;
	height: 3px;
	background: #1651b8;
	margin: 0 auto;
	margin-top: 10px;
}

.left_body1 {
	zoom: 1;
}

.left_bottom1 {
	height: 20px;
	background: url(../images/gonext.png) center no-repeat;
	background-size: 20px;
	margin-bottom: 60px;
}
/*样式2*/
.left_title2 {
}

.left_body2 {
	zoom: 1;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.left_body2 .InfoWrap {
	float: right;
	padding: 0 10px;
	order: 1;
}

.left_body2_left .InfoWrap {
	float: left;
	order: -1;
}

.left_body2 .InfoWrap span {
	display: block;
	font-size: 36px;
	color: #444;
	margin-bottom: 40px;
}

.left_body2 .InfoWrap .ChannelSContent {
	font-size: 24px;
	margin-bottom: 20px;
	color: #444;
	display: none;
}

.left_body2 .InfoWrap .ChannelContent {
	color: #424242;
	font-size: 16px;
	line-height: 38px;
	padding: 0;
}

.left_body2 .InfoWrap a {
	display: block;
	overflow: hidden;
	width: 180px;
	line-height: 45px;
	margin-top: 50px;
	float: none;
	font-size: 16px;
	border: 1px solid #008ed6;
	color: #008ed6;
	border-radius: 50px;
	text-align: center;
	transition-duration: .5s;
}

.left_body2 .InfoWrap a:hover {
	background: #008ed6;
	color: #FFF;
}

.left_body2_left .InfoWrap a {
	margin-left: auto;
}

.left_body2_left .InfoWrap span {
	text-align: right;
}

.left_body2_left .InfoWrap .ChannelSContent {
	text-align: right;
}

.left_body2_left .InfoWrap .ChannelContent {
	text-align: right;
}

.left_body2_left img {
	float: right;
}

.left_bottom2 {
}
/*样式3*/
.left_title3 {
	position: relative;
}

.left_title3 h2 {
	text-align: center;
	margin-bottom: 20px;
}

.left_title3 a {
	font-size: 36px;
	color: #444;
	font-weight: normal;
}

.left_title3 p {
	color: #444;
	font-size: 16px;
	text-align: center;
	margin-bottom: 50px;
}

.left_body3 {
}

.left_bottom3 {
}

.left_bottom3 a.more {
	display: block;
	overflow: hidden;
	width: 180px;
	line-height: 45px;
	margin: 10px auto 0;
	float: none;
	font-size: 16px;
	border: 1px solid #008ed6;
	color: #008ed6;
	border-radius: 50px;
	text-align: center;
	transition-duration: .5s;
}

.left_bottom3 a.more:hover {
	background: #008ed6;
	color: #FFF;
}

/*主体右侧*/
/*样式1*/
.right_title {
}

.right_title h2 {
	font-size: 30px;
	font-weight: normal;
	text-align: center;
	padding: 15px 0;
	color: #333;
}

.right_title h2 img {
	margin: 0 10px;
}

.right_body {
	zoom: 1;
	border-top: 0;
	border-bottom: 0
}

.right_body:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
}

.right_bottom {
}
/*==========模块  结束==========*/


/*===底部 开始===*/
#footerBody {
	text-align: center;
	min-width: 1200px;
}

#footerBody .links {
	background: #f1f1f1
}

#footerBody .links .cont {
	width: 1200px;
	margin: 0 auto;
	padding: 20px 0;
}

#footerBody .links .left {
	font-size: 14px;
	float: left;
	width: 160px;
	height: 25px;
	line-height: 25px;
	color: #666;
	font-weight: bold;
}
#footerBody .links .right { text-align:left; }
#footerBody .links .right a {
	display: inline-block;
	height: 24px;
	line-height: 24px;
	margin: 0 8px 0 0;
	font-size: 16px;
	color: #666;
}
#footerBody .copymain { font-size:18px; color:#666; height:40px;
}

#footerBody .copyright {line-height: 24px;
	font-size: 12px;
	color: #999;
	font-family: Arial, Helvetica, sans-serif;
	width: 1200px;
	margin: 0 auto;
	padding: 20px 0;
	position: relative;
}

#footerBody .copyright p {
	line-height: 24px;
	font-size: 12px;
	color: #999;
	font-family: Arial, Helvetica, sans-serif;
}

#footerBody .copyright p a {
	height: 24px;
	line-height: 24px;
	font-size: 12px;
	color: #999;
	font-family: Arial, Helvetica, sans-serif;
}

#footerBody .copyright p.rows01 {
	text-align: center;
}

#footerBody .copyright p.rows02 {
	padding-left: 40px;
}

#footerBody .copyright p.rows03 {
	padding-left: 70px;
}

#footerBody .icon {
	position: absolute;
	left: 50%;
	bottom: 24px;
	margin-left: 415px;
}

#footerBody .dibu {
	background: #1d71b7;
	color: #FFF;
}

#footerBody .dibu .cont {
	font-size: 12px;
	text-align: center;
	width: 980px;
	margin: 0 auto;
	padding: 10px 0;
}



/*===产品模型 开始===*/
/*详情内容中的按钮公共样式*/
.incontent_btn {
	display: block;
	width: 150px;
	color: #FFF;
	line-height: 45px;
	margin-top: 40px;
	background: #008ed6;
	border-radius: 4px;
	text-align: center;
}
/*banner文字*/
.product_banner_title {
	color: #FFF;
	padding-bottom: .8em;
	font-weight: normal;
	font-size: 50px;
}

.product_banner_btn {
	display: block;
	font-size: 18px;
	color: #FFF;
	width: 150px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border: 1px solid #FFF;
	border-radius: 6px;
	margin-top: 40px;
}

.info_product_detail_wrap {
	overflow: hidden;
	float: left;
	width: 770px;
	border-radius: 6px;
	padding: 50px 30px;
	margin: 20px 0;
	background: #FFF;
}

.info_product_detail_wrap .left_info {
	float: left;
	padding: 0 100px;
}

.info_product_detail_wrap .left_info img {
	display: block;
	margin: 0 auto;
	width: 140px;
	height: 140px;
}

.info_product_detail_wrap .left_info .InfoTitle {
	padding: 10px 0;
	font-size: 16px;
	color: #333;
}

.info_product_detail_wrap .left_info a {
	display: block;
	width: 120px;
	margin: 0 auto;
	line-height: 35px;
	border-radius: 50px;
	background: #008ed6;
	color: #FFF;
	text-align: center;
}

.info_product_detail_wrap .right_info {
	float: right;
	width: 420px;
}

.info_product_detail_wrap .right_info .list_item {
	border-bottom: 1px solid #ddd;
	padding-bottom: 20px;
	margin-bottom: 20px;
	overflow: hidden;
}

.info_product_detail_wrap .right_info .list_item .labal {
	float: left;
	width: 100px;
}

.info_product_detail_wrap .right_info .list_item:last-child {
	border: 0;
}

.info_product_detail_wrap .InfoSContent {
	clear: both;
	padding-top: 20px;
	border-top: 1px solid #ddd;
}

.info_product_relation_wrap {
	float: right;
	width: 350px;
	background: #FFF;
	margin: 20px 0;
	border-radius: 6px;
}

.info_product_relation_wrap h2 {
	font-size: 18px;
	font-weight: normal;
	padding-left: 10px;
	border-left: 2px solid #008ed6;
	margin: 20px;
}

.info_product_relation_wrap .pluginlist {
	padding: 0;
}

.info_product_relation_wrap .pluginlist li {
	float: none;
	width: 320px;
	margin: 0 auto;
}

.info_product_relation_wrap .pluginlist li a {
	box-shadow: none;
	margin: 10px 5px;
}

#xzrb{
	float: left;
}